home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_500 / wiconify / wiconcalls.lzh / wExample2 / wExample2.doc < prev    next >
Text File  |  1991-04-19  |  818b  |  22 lines

  1. OVERVIEW:
  2.  
  3. This example program demonstrates how to install and use an Icon with an
  4. associated IconPort.  It also lets you experiment with an icon to see what
  5. messages arrive, and in what order.
  6.  
  7.  
  8. NOTES:
  9.  
  10. wExample2 opens a window, then adds an icon with a message port.  Most
  11. message classes are requested, and when a wIconMessage arrives, the program
  12. simply prints a messsage that indicates what class of IconMessage it is.
  13. This lets you see what kinds of messaged can come from what kinds of
  14. actions, and what order they arrive in.
  15.  
  16. Note for example, that messages concerning activation and inactivation of
  17. wIconify backdrop windows only are sent to the icons on the window being
  18. affected, not to all icons.
  19.  
  20. You can modify the program to print more information about the messages or
  21. to include other message types.
  22.